home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre2.z / postgre2 / ref / postquel / destroydb < prev    next >
Encoding:
Text File  |  1992-08-27  |  694 b   |  29 lines

  1. .\" XXX standard disclaimer belongs here....
  2. .\" $Header: /private/postgres/ref/postquel/RCS/destroydb,v 1.4 1992/07/14 05:54:17 ptong Exp $
  3. .SP DESTROYDB COMMANDS 8/11/91
  4. .XA 2 Destroydb
  5. .uh NAME
  6. .lp
  7. destroydb \*- destroy an existing database
  8. .uh SYNOPSIS
  9. .lp
  10. .(l
  11. \fBdestroydb\fR dbname
  12. .)l
  13. .uh DESCRIPTION
  14. .lp
  15. .b Destroydb
  16. removes the catalog entries for an existing database
  17. and deletes the directory containing the data.
  18. It can only be executed by the database administrator
  19. (see \fBcreatedb\fR(commands) for details).
  20. .uh "SEE ALSO"
  21. .lp
  22. createdb(commands),
  23. destroydb(unix).
  24. .lp
  25. .uh BUGS
  26. .lp
  27. This query should NOT be executed by humans.  The destroydb(unix) script,
  28. should be used instead.
  29.